Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4367 | GEN003460 | SV-27392r1_rule | ECLP-1 | Medium |
Description |
---|
If the owner of the at.allow file is not set to root, bin, or sys, unauthorized users could be allowed to view or edit sensitive information contained within the file. |
STIG | Date |
---|---|
Solaris 10 SPARC Security Technical Implementation Guide | 2020-02-26 |
Check Text ( C-28552r1_chk ) |
---|
# ls -lL /etc/cron.d/at.allow If the at.allow file is not owned by root, sys, or bin, this is a finding. |
Fix Text (F-24640r1_fix) |
---|
Change the owner of the at.allow file. # chown root /etc/cron.d/at.allow |